home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.004 / xemacs-1 / xemacs-19.13 / lwlib / energize / projectps.xd < prev    next >
Encoding:
Text File  |  1994-09-20  |  1.7 KB  |  100 lines

  1. module 'Energize'
  2. applicationName = 'Energize';
  3. generateNameC = 'projectps.xdc';
  4. generateNameUIL = '';
  5. generateNameResDB = '';
  6. generateUidFile = '';
  7. generateMask = 458980;
  8. object '' : XmDialogShell {
  9.     arguments {
  10.     name = 'widget0';
  11.     XmNtitle = 'Project ps';
  12.     XmNallowShellResize = true;
  13.     };
  14. object '' : XmFrame {
  15.     arguments {
  16.     name = 'project_psheet';
  17.     XmNshadowType=8;
  18.     };
  19. object '' : XmForm {
  20.     arguments {
  21.     XmNautoUnmanage = false;
  22.     };
  23. object '' : XmRadioBox {
  24.     arguments {
  25.     name = 'sourceinforadiobox';
  26.     XmNorientation=2;
  27.     };
  28. object '' : XmToggleButton GADGET {
  29.     arguments {
  30.     name = 'nameinfo';
  31.     };
  32. };
  33. object '' : XmToggleButton GADGET {
  34.     arguments {
  35.     name = 'longinfo';
  36.     };
  37. };
  38. object '' : XmToggleButton GADGET {
  39.     arguments {
  40.     name = 'compileinfo';
  41.     };
  42. };
  43. };
  44. object '' : XmRadioBox {
  45.     arguments {
  46.     name = 'membersortingradiobox';
  47.     XmNorientation=2;
  48.     };
  49. object '' : XmToggleButton GADGET {
  50.     arguments {
  51.     name = 'alphaorder';
  52.     };
  53. };
  54. object '' : XmToggleButton GADGET {
  55.     arguments {
  56.     name = 'linkorder';
  57.     };
  58. };
  59. };
  60. object '' : XmLabel {
  61.     arguments {
  62.     name = 'project';
  63.     };
  64. };
  65. object '' : XmLabel {
  66.     arguments {
  67.     name = 'name';
  68.     };
  69. };
  70.     attachments {
  71.     attachment {
  72.     XmNrightAttachment = 1 0 2;
  73.     XmNleftAttachment = 3 3;
  74.     XmNbottomAttachment = 0 0 0;
  75.     XmNtopAttachment = 3 4;
  76.     };
  77.     attachment {
  78.     XmNrightAttachment = 0 0 0;
  79.     XmNleftAttachment = 4 1 0;
  80.     XmNbottomAttachment = 1 0 2;
  81.     XmNtopAttachment = 3 1 2;
  82.     };
  83.     attachment {
  84.     XmNrightAttachment = 0 0 0;
  85.     XmNleftAttachment = 1 0 2;
  86.     XmNbottomAttachment = 0 0 0;
  87.     XmNtopAttachment = 1 0 2;
  88.     };
  89.     attachment {
  90.     XmNrightAttachment = 0 0 0;
  91.     XmNleftAttachment = 3 3 2;
  92.     XmNbottomAttachment = 0 0 0;
  93.     XmNtopAttachment = 4 3 0;
  94.     };
  95.     };
  96. };
  97. };
  98. };
  99. end module;
  100.